1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
10 <ProjectGuid>{E86021C3-7292-48AF-BFF5-B36828F69991}</ProjectGuid>
11 <OutputType>Exe</OutputType>
12 <StartupObject>AsyncDownload.Module1</StartupObject>
13 <RootNamespace>AsyncDownload</RootNamespace>
14 <AssemblyName>AsyncDownload</AssemblyName>
15 <FileAlignment>512</FileAlignment>
16 <MyType>Console</MyType>
17 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
18 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21 <PlatformTarget>x86</PlatformTarget>
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <DefineDebug>true</DefineDebug>
25 <DefineTrace>true</DefineTrace>
26 <OutputPath>bin\Debug\</OutputPath>
27 <DocumentationFile>AsyncDownload.xml</DocumentationFile>
28 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31 <PlatformTarget>x86</PlatformTarget>
32 <DebugType>pdbonly</DebugType>
33 <DefineDebug>false</DefineDebug>
34 <DefineTrace>true</DefineTrace>
35 <Optimize>true</Optimize>
36 <OutputPath>bin\Release\</OutputPath>
37 <DocumentationFile>AsyncDownload.xml</DocumentationFile>
38 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
41 <OptionExplicit>On</OptionExplicit>
44 <OptionCompare>Binary</OptionCompare>
47 <OptionStrict>Off</OptionStrict>
50 <OptionInfer>On</OptionInfer>
53 <Reference Include="System" />
54 <Reference Include="System.Data" />
55 <Reference Include="System.Deployment" />
56 <Reference Include="System.Xml" />
57 <Reference Include="System.Core" />
58 <Reference Include="System.Xml.Linq" />
59 <Reference Include="System.Data.DataSetExtensions" />
62 <Import Include="Microsoft.VisualBasic" />
63 <Import Include="System" />
64 <Import Include="System.Collections" />
65 <Import Include="System.Collections.Generic" />
66 <Import Include="System.Data" />
67 <Import Include="System.Diagnostics" />
68 <Import Include="System.Linq" />
69 <Import Include="System.Xml.Linq" />
72 <Compile Include="Module1.vb" />
73 <Compile Include="My Project\AssemblyInfo.vb" />
74 <Compile Include="My Project\Application.Designer.vb">
75 <AutoGen>True</AutoGen>
76 <DependentUpon>Application.myapp</DependentUpon>
78 <Compile Include="My Project\Resources.Designer.vb">
79 <AutoGen>True</AutoGen>
80 <DesignTime>True</DesignTime>
81 <DependentUpon>Resources.resx</DependentUpon>
83 <Compile Include="My Project\Settings.Designer.vb">
84 <AutoGen>True</AutoGen>
85 <DependentUpon>Settings.settings</DependentUpon>
86 <DesignTimeSharedInput>True</DesignTimeSharedInput>
90 <EmbeddedResource Include="My Project\Resources.resx">
91 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
92 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
93 <CustomToolNamespace>My.Resources</CustomToolNamespace>
94 <SubType>Designer</SubType>
98 <None Include="My Project\Application.myapp">
99 <Generator>MyApplicationCodeGenerator</Generator>
100 <LastGenOutput>Application.Designer.vb</LastGenOutput>
102 <None Include="My Project\Settings.settings">
103 <Generator>SettingsSingleFileGenerator</Generator>
104 <CustomToolNamespace>My</CustomToolNamespace>
105 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
109 <ProjectReference Include="..\..\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
110 <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
111 <Name>ParallelExtensionsExtras</Name>
114 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
115 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116 Other similar extension points exist, see Microsoft.Common.targets.
117 <Target Name="BeforeBuild">
119 <Target Name="AfterBuild">